Worklist/Items({SerialNumber})/Actions({Action})
Returns the action matching the Action for the worklist item matching the SerialNumber.
URI
{Service Root URI}/Worklist/Items({SerialNumber})/Actions({Action})?{Query Options}
https://api.denallix.com:443/K2Services/REST.svc/Worklist/Items(19_10)/Actions(Rework)
Method
GET
Service Path Options
Required
- SerialNumber (String) – the serial number for the worklist item
- Action (String) – the action for the for the worklist item
Query Options
Optional
Return Type
Action or Failure
GET /K2Services/REST.svc/Worklist/Items(19_10)/Actions(Rework) <?xml version="1.0" encoding="utf-8"?> <Action Name="Rework" Batchable="true" xmlns="http://schemas.k2.com/worklist/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>